home *** CD-ROM | disk | FTP | other *** search
/ Windows 6-Pak - Disc 6 / Windows 6-Pak (InfoMagic) (Disc 6) (1999).ISO / Network-Management-Tools / DidymaZ.exe / Prog / Didyma.exe / 0 / RCDATA / TFORMABOUT / TFORMABOUT.txt
Text File  |  1999-01-02  |  2KB  |  79 lines

  1. object FormAbout: TFormAbout
  2.   Left = 509
  3.   Top = 191
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   ClientHeight = 201
  7.   ClientWidth = 326
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object I_Icon: TImage
  18.     Left = 24
  19.     Top = 28
  20.     Width = 33
  21.     Height = 33
  22.   end
  23.   object L_Name: TLabel
  24.     Left = 80
  25.     Top = 16
  26.     Width = 233
  27.     Height = 56
  28.     AutoSize = False
  29.     Font.Charset = ANSI_CHARSET
  30.     Font.Color = clWindowText
  31.     Font.Height = -48
  32.     Font.Name = 'Arial'
  33.     Font.Style = [fsBold]
  34.     ParentFont = False
  35.   end
  36.   object Label3: TLabel
  37.     Left = 88
  38.     Top = 104
  39.     Width = 145
  40.     Height = 13
  41.     Caption = 'Help  : www.xs4all.nl/~houtriet'
  42.     Font.Charset = DEFAULT_CHARSET
  43.     Font.Color = clWindowText
  44.     Font.Height = -11
  45.     Font.Name = 'MS Sans Serif'
  46.     Font.Style = []
  47.     ParentFont = False
  48.   end
  49.   object Label2: TLabel
  50.     Left = 88
  51.     Top = 128
  52.     Width = 117
  53.     Height = 13
  54.     Caption = 'Email : houtriet@xs4all.nl'
  55.     Font.Charset = DEFAULT_CHARSET
  56.     Font.Color = clWindowText
  57.     Font.Height = -11
  58.     Font.Name = 'MS Sans Serif'
  59.     Font.Style = []
  60.     ParentFont = False
  61.   end
  62.   object L_Version: TLabel
  63.     Left = 88
  64.     Top = 80
  65.     Width = 97
  66.     Height = 13
  67.     AutoSize = False
  68.   end
  69.   object B_Ok: TButton
  70.     Left = 232
  71.     Top = 168
  72.     Width = 81
  73.     Height = 25
  74.     Caption = 'OK'
  75.     TabOrder = 0
  76.     OnClick = B_OkClick
  77.   end
  78. end
  79.